New package: jellyfin-tui-1.4.2#60087
Open
xJayMorex wants to merge 1 commit into
Open
Conversation
e175e2a to
46513ed
Compare
728c8a7 to
894a080
Compare
Duncaen
requested changes
May 9, 2026
Member
Duncaen
left a comment
There was a problem hiding this comment.
Could this be changed to use cargo command to precisely update specific packages instead of a 769 line patch?
Duncaen
reviewed
May 9, 2026
| checksum=2ed20b9f8da2f713684e516688fc8f4b688c0ef12540ea8893baedc4cbde9961 | ||
|
|
||
| if [ "$XBPS_TARGET_WORDSIZE" -eq 32 ]; then | ||
| broken="Cannot compile libmpv2-sys on 32-bit systems because of overflow" |
Contributor
Author
There was a problem hiding this comment.
error[E0080]: attempt to compute `4_usize - 8_usize`, which would overflow
--> /builddir/jellyfin-tui-1.4.2/target/i686-unknown-linux-gnu/release/build/libmpv2-sys-7c2c108ab10720bc/out/bindings.rs:677:10
|
677 | [::std::mem::align_of::<mpv_node__bindgen_ty_1>() - 8usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
error[E0080]: attempt to compute `12_usize - 16_usize`, which would overflow
--> /builddir/jellyfin-tui-1.4.2/target/i686-unknown-linux-gnu/release/build/libmpv2-sys-7c2c108ab10720bc/out/bindings.rs:698:26
|
698 | ["Size of mpv_node"][::std::mem::size_of::<mpv_node>() - 16usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
error[E0080]: attempt to compute `12_usize - 24_usize`, which would overflow
--> /builddir/jellyfin-tui-1.4.2/target/i686-unknown-linux-gnu/release/build/libmpv2-sys-7c2c108ab10720bc/out/bindings.rs:739:31
|
739 | ["Size of mpv_node_list"][::std::mem::size_of::<mpv_node_list>() - 24usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
error[E0080]: attempt to compute `8_usize - 16_usize`, which would overflow
--> /builddir/jellyfin-tui-1.4.2/target/i686-unknown-linux-gnu/release/build/libmpv2-sys-7c2c108ab10720bc/out/bindings.rs:758:32
|
758 | ["Size of mpv_byte_array"][::std::mem::size_of::<mpv_byte_array>() - 16usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
error[E0080]: attempt to compute `12_usize - 24_usize`, which would overflow
--> /builddir/jellyfin-tui-1.4.2/target/i686-unknown-linux-gnu/release/build/libmpv2-sys-7c2c108ab10720bc/out/bindings.rs:1332:36
|
1332 | ...property"][::std::mem::size_of::<mpv_event_property>() - 24usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
error[E0080]: attempt to compute `16_usize - 32_usize`, which would overflow
--> /builddir/jellyfin-tui-1.4.2/target/i686-unknown-linux-gnu/release/build/libmpv2-sys-7c2c108ab10720bc/out/bindings.rs:1383:39
|
1383 | ...essage"][::std::mem::size_of::<mpv_event_log_message>() - 32usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
error[E0080]: attempt to compute `4_usize - 8_usize`, which would overflow
--> /builddir/jellyfin-tui-1.4.2/target/i686-unknown-linux-gnu/release/build/libmpv2-sys-7c2c108ab10720bc/out/bindings.rs:1429:43
|
1429 | ...art_file"][::std::mem::align_of::<mpv_event_start_file>() - 8usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
error[E0080]: attempt to compute `28_usize - 32_usize`, which would overflow
--> /builddir/jellyfin-tui-1.4.2/target/i686-unknown-linux-gnu/release/build/libmpv2-sys-7c2c108ab10720bc/out/bindings.rs:1470:36
|
1470 | ...end_file"][::std::mem::size_of::<mpv_event_end_file>() - 32usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
error[E0080]: attempt to compute `8_usize - 16_usize`, which would overflow
--> /builddir/jellyfin-tui-1.4.2/target/i686-unknown-linux-gnu/release/build/libmpv2-sys-7c2c108ab10720bc/out/bindings.rs:1496:10
|
1496 | [::std::mem::size_of::<mpv_event_client_message>() - 16usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
error[E0080]: attempt to compute `12_usize - 16_usize`, which would overflow
--> /builddir/jellyfin-tui-1.4.2/target/i686-unknown-linux-gnu/release/build/libmpv2-sys-7c2c108ab10720bc/out/bindings.rs:1514:32
|
1514 | ["Size of mpv_event_hook"][::std::mem::size_of::<mpv_event_hook>() - 16usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
error[E0080]: attempt to compute `12_usize - 16_usize`, which would overflow
--> /builddir/jellyfin-tui-1.4.2/target/i686-unknown-linux-gnu/release/build/libmpv2-sys-7c2c108ab10720bc/out/bindings.rs:1531:35
|
1531 | ..._command"][::std::mem::size_of::<mpv_event_command>() - 16usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
error[E0080]: attempt to compute `20_usize - 24_usize`, which would overflow
--> /builddir/jellyfin-tui-1.4.2/target/i686-unknown-linux-gnu/release/build/libmpv2-sys-7c2c108ab10720bc/out/bindings.rs:1583:27
|
1583 | ["Size of mpv_event"][::std::mem::size_of::<mpv_event>() - 24usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
error[E0080]: attempt to compute `8_usize - 16_usize`, which would overflow
--> /builddir/jellyfin-tui-1.4.2/target/i686-unknown-linux-gnu/release/build/libmpv2-sys-7c2c108ab10720bc/out/bindings.rs:2124:34
|
2124 | ["Size of mpv_render_param"][::std::mem::size_of::<mpv_render_param>() - 16usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
error[E0080]: attempt to compute `4_usize - 8_usize`, which would overflow
--> /builddir/jellyfin-tui-1.4.2/target/i686-unknown-linux-gnu/release/build/libmpv2-sys-7c2c108ab10720bc/out/bindings.rs:2191:10
|
2191 | [::std::mem::align_of::<mpv_render_frame_info>() - 8usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
error[E0080]: attempt to compute `8_usize - 16_usize`, which would overflow
--> /builddir/jellyfin-tui-1.4.2/target/i686-unknown-linux-gnu/release/build/libmpv2-sys-7c2c108ab10720bc/out/bindings.rs:2413:40
|
2413 | ...params"][::std::mem::size_of::<mpv_opengl_init_params>() - 16usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
error[E0080]: attempt to compute `20_usize - 32_usize`, which would overflow
--> /builddir/jellyfin-tui-1.4.2/target/i686-unknown-linux-gnu/release/build/libmpv2-sys-7c2c108ab10720bc/out/bindings.rs:2461:39
|
2461 | ...params"][::std::mem::size_of::<mpv_opengl_drm_params>() - 32usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
error[E0080]: attempt to compute `20_usize - 32_usize`, which would overflow
--> /builddir/jellyfin-tui-1.4.2/target/i686-unknown-linux-gnu/release/build/libmpv2-sys-7c2c108ab10720bc/out/bindings.rs:2516:10
|
2516 | [::std::mem::size_of::<mpv_opengl_drm_params_v2>() - 32usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
error[E0080]: attempt to compute `24_usize - 48_usize`, which would overflow
--> /builddir/jellyfin-tui-1.4.2/target/i686-unknown-linux-gnu/release/build/libmpv2-sys-7c2c108ab10720bc/out/bindings.rs:2624:36
|
2624 | ..._cb_info"][::std::mem::size_of::<mpv_stream_cb_info>() - 48usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
For more information about this error, try `rustc --explain E0080`.
error: could not compile `libmpv2-sys` (lib) due to 18 previous errors
warning: build failed, waiting for other jobs to finish...
=> ERROR: jellyfin-tui-1.4.2_1: do_build: '${make_cmd} build ${XBPS_VERBOSE+${make_verbose}} --release --locked --target ${RUST_TARGET} ${configure_args} ${make_build_args}' exited with 101
=> ERROR: in do_build() at common/build-style/cargo.sh:9
Member
There was a problem hiding this comment.
Suggested change
| broken="Cannot compile libmpv2-sys on 32-bit systems because of overflow" | |
| broken="overflow in libmpv2-sys bindings" |
1075220 to
6421055
Compare
Duncaen
requested changes
May 10, 2026
6421055 to
737eb04
Compare
classabbyamp
reviewed
Jun 5, 2026
Comment on lines
+21
to
+22
| cargo remove souvlaki --target 'cfg(target_os = "linux")' | ||
| cargo add souvlaki@0.8.3 --target 'cfg(target_os = "linux")' |
Member
There was a problem hiding this comment.
can this not be a single cargo update?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Testing the changes
New package
Local build testing